home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_430 / pointer / zz_pointer.h < prev   
C/C++ Source or Header  |  1992-05-06  |  432b  |  19 lines

  1. /**************************************
  2. *  ZZ_POINTER.H  08/05/90
  3. *  Written by Timm Martin
  4. *  This source code is public domain.
  5. ***************************************/
  6.  
  7. #ifndef ZZ_POINTER_H
  8. #define ZZ_POINTER_H
  9.  
  10. extern USHORT *zz_pointer;
  11.  
  12. extern void zz_pointer_close( void );
  13. extern BOOL zz_pointer_open( void );
  14.  
  15. #define ZZ_POINTER(w) SetPointer(w,zz_pointer,25L,16L,-7L,-11L)
  16. #define CLEAR_POINTER(w) ClearPointer(w)
  17.  
  18. #endif
  19.